space
Previous Page | Next Page

SAS Namespace Types

AnalyticTable


Subclass of SecondaryType


Overview

Contains analytic attributes to apply to a table. These attributes include information such as the sampling rate and a description of the group of observations in this table. Used by SAS Enterprise Miner.

Security Inheritance and Enforcement Rules

The following list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
AnalyticTableRole Train, Validate   String 32  
AnalyticTableType Transaction, Coordinate   String 32  
SamplingRate Percent of the set of all possible values. Usually between 0 and 1.   double  
Segment Description of the group of user-defined observations that form this table.   String 256  
UseExternalData User data from external source, such as Purchased demographic information.   int  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, LockedBy, UsageVersion

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.
Name Cardinality Description Associated Types
AnalyticTrainingTable

Partner: AnalyticTables

0 to 1 The table associated with these analytic attributes.  RelationalTable
JoinTable
PhysicalTable
QueryTable
WorkTable

Inherited Associations
AccessControls/Objects, Changes/Objects, CustomAssociations/OwningObject, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, Groups/Members, Implementors/ImplementedObjects, Keywords/Objects, LocalizedAttributes/AssociatedLocalizedObject, Notes/Objects, PrimaryPropertyGroup/AssociatedObject, Prompts/PromptEnabledObject, Properties/AssociatedObject, PropertySets/OwningObject, ReferencedObjects/AssociatedObjects, ResponsibleParties/Objects, SourceTransformations/TransformationSources, SpecSourceTransformations/SourceSpecifications, SpecTargetTransformations/TargetSpecifications, TargetTransformations/TransformationTargets, Timestamps/Objects, Trees/Members, TSObjectNamespace/TSObjects, UsedByPrototypes/UsingPrototype, UsingPrototype/UsedByPrototypes, Variables/AssociatedObject

Attribute Details

AnalyticTableRole
     Type:  String 32  

Train, Validate

AnalyticTableType
     Type:  String 32  

Transaction, Coordinate

SamplingRate
     Type:  double  

Percent of the set of all possible values. Usually between 0 and 1.

Segment
     Type:  String 256  

Description of the group of user-defined observations that form this table.

UseExternalData
     Type:  int  

User data from external source, such as Purchased demographic information.

Association Details

AnalyticTrainingTable
     Cardinality:   0 to 1
     Partner:  AnalyticTables

The table associated with these analytic attributes. 

Associated Types:
RelationalTable, JoinTable, PhysicalTable, QueryTable, WorkTable

Previous Page | Next Page | Top of Page